projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0349c9a
)
(struct x_display_info): Add mouse_face_hidden.
author
Kim F. Storm
<storm@cua.dk>
Sat, 16 Feb 2002 23:54:42 +0000
(23:54 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 16 Feb 2002 23:54:42 +0000
(23:54 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index abf7a824ee80ce69cd092d88780c5578dafccb81..946b94734ad05ddca695098766320978c449fa3b 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-223,6
+223,9
@@
struct x_display_info
/* Nonzero means defer mouse-motion highlighting. */
int mouse_face_defer;
+ /* Nonzero means that the mouse highlight should not be shown. */
+ int mouse_face_hidden;
+
int mouse_face_image_state;
char *x_id_name;